home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d919.lha / TxtCvt / TxtCvt.h < prev    next >
C/C++ Source or Header  |  1993-10-04  |  201b  |  14 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <error.h>
  4.  
  5. extern int errno;
  6.  
  7. #define DOSWORD            1
  8. #define WINWORD1        2
  9. #define WINWORD2        3
  10. #define WINWRITE        4
  11. #define WORDPERFECT5    5
  12. #define AMIPRO            6
  13.  
  14.